From: Lars Ingebrigtsen Date: Sun, 20 Sep 2020 17:20:57 +0000 (+0200) Subject: Fix typo in dbus.texi X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5204 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=300a5a57573fc5814c33ae6d6de50477f96624e4;p=emacs.git Fix typo in dbus.texi * doc/misc/dbus.texi (Type Conversion): Remove spurious { character. --- diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index bea55814868..c317e5dd23d 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -1036,7 +1036,7 @@ All basic D-Bus types based on a number are truncated to their type range. For example, @code{:byte 1025} is equal to @code{:byte 1}. If typed explicitly, a non-@code{nil} boolean value like -{@code{:boolean 'symbol} is handled like @code{t} or @code{:boolean t}. +@code{:boolean 'symbol} is handled like @code{t} or @code{:boolean t}. A D-Bus compound type is always represented as a list. The @sc{car} of this list can be the type symbol @code{:array}, @code{:variant},